home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / GMail Drive 1.0.10 / GMailFS.inf < prev    next >
Windows Setup INFormation  |  2004-10-04  |  2KB  |  55 lines

  1. ; GMail Drive setup file Copyright 2004 by Bjarke Viksoe <bjarke@viksoe.dk>
  2. ;
  3. ; *** WARNING: If you delete this file you will not be able to uninstall GMail Drive!
  4.  
  5. [Version]
  6. Signature="$CHICAGO$"
  7. SetupClass=BASE
  8.  
  9. [DefaultInstall]
  10. CopyFiles=Boom.CopyFiles
  11. AddReg=Boom.Install.AddRegEntries
  12.  
  13. [DefaultUninstall]
  14. DelReg=Boom.Uninstall.DelRegEntries
  15. DelFiles=Boom.CopyFiles, Boom.DelFiles
  16.  
  17. [SourceDisksNames]
  18. 42="%Title%","",1
  19.  
  20. [SourceDisksFiles]
  21. GMailFS.dll=42
  22. GMailFS.inf=42
  23. GMailFS.hlp=42
  24. GMailFS.cnt=42
  25.  
  26. [Boom.CopyFiles]
  27. GMailFS.dll,,,1
  28. GMailFS.inf
  29. GMailFS.hlp
  30. GMailFS.cnt
  31.  
  32. [Boom.DelFiles]
  33. GMailFS.gid
  34.  
  35. [DestinationDirs]
  36. Boom.CopyFiles=11,%SubDir%     ; send to System\%SubDir%
  37. Boom.DelFiles=11,%SubDir%      ; send to System\%SubDir%
  38.  
  39. [Boom.Install.AddRegEntries]
  40. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%Title%,,"rundll32.exe %11%\%SubDir%\%ExeFile%,Install"
  41. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%ShortName%,"DisplayName",,"%Title%"
  42. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%ShortName%,"UninstallString",,"rundll32.exe %11%\%SubDir%\%ExeFile%,Uninstall %11%\%SubDir%\%InfFile%"
  43. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,Read Me,,"WINHLP32.EXE -i IDH_1510 %11%\%SubDir%\GMailFS.HLP"
  44.  
  45. [Boom.Uninstall.DelRegEntries]
  46. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%ShortName%
  47. HKCU,Software\Software\viksoe.dk\GMailFS
  48.  
  49. [Strings]
  50. Title = "GMail Drive Shell Extension"
  51. ShortName = "GMailFS"
  52. SubDir = "ShellExt"
  53. ExeFile = "GMailFS.dll"
  54. InfFile = "GMailFS.inf"
  55.